home *** CD-ROM | disk | FTP | other *** search
/ Star Trek - Starship Creator / CREATOR.ISO / mac / Starship Creator / ShipMain / missnLib.cxt / 00032_Field_RetrieveArtifacts.txt < prev    next >
Text File  |  1998-10-08  |  8KB  |  215 lines

  1. // Get those Relics!
  2. // EWR 8/26/98____________________________________
  3.  
  4. <MISS = EAR, DES = 432:150:Kurl,  RAR= 001,TIL= 0120,>
  5.  
  6. <ICMD =  #captainSpeaks,MSG01,
  7.          // Launch the Starship on it's mission
  8.          #setGoals,MSG00,
  9.  
  10.          #impulsePwrOn,-,
  11.             #engageNavDeflector,-,
  12.  
  13.          #warpPwrOn,-,
  14.          #engageImpulseEng,-,
  15.          #unDock,-,
  16.  
  17.          //otherSpeaks,MSG02,
  18.          //beamAwayTeam,-,
  19.          //crewComp,0 0 0 0 0 0,
  20.          //thenCmd,1,
  21.            //otherSpeaks,Transporter checks out.,
  22.          //elseCmd,2,
  23.            //otherSpeaks,Transporter system non-operational.,
  24.            //closeMission,MSG05,
  25.  
  26.          //gotoWarp,-,
  27.          #disengageImpulseEng,-,
  28.          #engageWarpEng,-,
  29.             #thenCmd,1,
  30.                 #captainSpeaks,MSG03,
  31.             #elseCmd,1,
  32.                 #HQCmd5,-,
  33.  
  34.          #testHitTarget,-,
  35.  
  36.          // Upon Destination Arrival...
  37.          #reportStatus,MSG04, 
  38.          #executeGoal,MSG19,>
  39.  
  40. // Initial Phase messages____________________________________
  41. <MSG00 = [1:"Locate Artifacts.", 2:"Bring back Artifacts.", 3:"Evaluate reports of foul play."]>
  42. <MSG01 = <Swap=Target:RedPlanet_icon@HEAR=link>>
  43. <MSG02 = Before we get under way, test the transporter.>
  44. <MSG03 = <FLYB=SmStarbaseBG;ByOut@HEAR=action>>
  45. <MSG04 = Entering orbit around Kurl. >
  46. <MSG05 = Without a functioning transporter this mission is impossible.We must return to starbase.>
  47. //could also ask for a decision to proceed, you do have a shuttle option
  48. <MSG06 = >
  49. <MSG19 = Number One, Assemble your away team.>
  50.  
  51.  
  52. // Execute Phase____________________________________
  53. <MO_CO_EG = 
  54.          #hover,Stable orbit achieved, 
  55.          #captainSpeaks,MSG32,
  56.          #captainSpeaks,Target the coordinates for the last active dig site.,
  57.          #beamAwayTeam,-,
  58.          #crewComp,3 0 0 5 2 5,
  59.          // crew comp numbers are command  eng  civil  science  support tactical
  60.          #thenCmd,50,
  61.            #otherSpeaks, Team has arrived on site. Beginning survey.,
  62.             #waitAbit,-,
  63.             #waitAbit,-,
  64.             #waitAbit,-,
  65.  
  66.           #otherSpeaks,Security Officer: Making inquiries about the previous team's conduct.,
  67.             #waitAbit,-,
  68.             #waitAbit,-,
  69.             #waitAbit,-,
  70.             #waitAbit,-,
  71.             #waitAbit,-,
  72.            #testSecurityOfcrSkill,-,
  73.            #thenCmd,2,
  74.              #otherSpeaks,Security Officer: Evidence of questionable ethics found in the conduct of some Federation personnel.,
  75.              #otherSpeaks,Security Officer: Suspects detained pending full investigation.,
  76.            #elseCmd,1,
  77.              #otherSpeaks,Security Officer: No evidence found of unethical practices.,
  78.            #goal3achieved,-,
  79.  
  80.             #waitAbit,-,
  81.             #waitAbit,-,
  82.            #otherSpeaks, Science Team: We may have found something. Analyzing.,
  83.  
  84.            #useLab,culturalAnthropology,
  85.            #thenCmd,2,
  86.              #otherSpeaks,Science Team: Located the Artifacts. Amazing specimens!,
  87.              #goal1achieved,-,
  88.            #elseCmd,2,
  89.              #otherSpeaks,Science Team: Our resources are limited. Analysis detects no artifacts.,
  90.              #closeMission,Bring them back from the surface.,
  91.  
  92.            //only do this if you have LOCATED the artifacts!
  93.            #beamAwayTeam,Beaming away team back from the surface.,
  94.            #crewComp,3 0 0 5 2 5,
  95.            #thenCmd,2,
  96.              #goal2achieved,Away team and artifacts on board.,
  97.              #captainSpeaks,MSG33,
  98.            #elseCmd,17,
  99.              #otherSpeaks,Transporters are malfunctioning.,
  100.              #captainSpeaks,Can we send a shuttle down to get them?,
  101.                 //it helps to have the shuttle traverse a little distance..
  102.                 #launchShuttleCraft,442 160 passengers,
  103.                 #thenCmd,10,
  104.                     #otherSpeaks,The personnel shuttle arrived on Kurl Captain.,
  105.                     #captainSpeaks,Let me know when the team has returned.,
  106.                     //shuttle doesnt "remember" where it is. ok to use same coords for "return"
  107.                     #launchShuttleCraft,442 160 passengers,
  108.                     #thenCmd,3,
  109.                         #otherSpeaks,Shuttle has returned from Kurl.,
  110.                         #goal2achieved,-,
  111.                         #captainSpeaks,MSG33,
  112.                     #elseCmd,2,
  113.                         #otherSpeaks,MSG26,
  114.                         #captainSpeaks,MSG37,
  115.  
  116.                 #elseCmd,2,
  117.                     #otherSpeaks,No shuttle available Captain.,
  118.                     #captainSpeaks,MSG37,
  119.           
  120.          #elseCmd,2,
  121.           #otherSpeaks,Unable to transport away team.,
  122.           #captainSpeaks,MSG38,
  123.  
  124.           #closeMission,-,>
  125.  
  126. // Execute Phase messages____________________________________
  127. <MSG21 = Standard orbit.>
  128. <MSG26 = There's a problem with the shuttle. It can't return from the surface.>
  129. <MSG32 = Bring up site schematic. <NSRT=kurlanDig>.>
  130.  
  131. <MSG33 = Have them meet me in the Ready Room. Set course for Starbase.<HEAR=success>>
  132.  
  133. <MSG36 = I hate to say it, but the transporter that worked a minute ago... doesn't now.>
  134. <MSG37 = Oh well, we'll have to leave them down there then. Notify Starfleet. <HEAR=fail>>
  135. <MSG38 = Evaluate the failure. I hate going home empty-handed.<HEAR=fail>>
  136. <MSG39 = Prepare to depart.>
  137.  
  138. // Close Mission Phase____________________________________
  139.  
  140. <CCMD = 
  141.  
  142.        #HQCmd4,-,
  143.  
  144.        #returnStarBase,200:200,
  145.        #captainSpeaks,MSG39,
  146.        #departArea,-,
  147.  
  148.          //gotoWarp,-,
  149.          #disengageImpulseEng,-,
  150.          #engageWarpEng,-,
  151.             #thenCmd,1,
  152.                 #captainSpeaks,MSG84,
  153.             #elseCmd,1,
  154.                 #HQCmd5,-,
  155.  
  156.        #testHome,-,
  157.  
  158.         #disengageWarpEng,-,
  159.         #lowerShields,-,
  160.         #engageImpulseEng,-,
  161.         #disengageNavDeflector,-,
  162.         #dock,MSG88,
  163.  
  164.        #simOver,-,>
  165.  
  166. // Closing Phase messages____________________________________
  167. <MSG81 = Set course for starbase.>
  168.  
  169. <MSG84 = <FLYB=SunBG;ByOUT>>
  170. <MSG88 = Notify UFP Archaelology Commission of our return.>
  171.  
  172. //Command Event Overlays____________________________________
  173. //  unrecoverable failures
  174. <MO_CO_SYSFAIL = #HQCmd3,-,>
  175. // SMF Shields Malfunction Responses
  176. <MO_CO_SMF = #captainSpeaks,-,>
  177.  
  178.  
  179. // HQ Dialog Boxes____________________________________
  180. <MO_HQ_EV0 = 5,>
  181. <MO_HQ_EV1 =We encountered a hostile alien vessel, but they are no longer a threat. Should we remain in this area?,
  182.             #closeMission,-, Return to starbase., #simOver,-, Remain there pending next mission., #HQCmd1,>
  183. <MO_HQ_EV2 =We've done all we can here. What's our next assignment?,
  184.             #closeMission,-, Return to starbase., #simOver,-, Remain there pending next mission., #HQCmd2,>
  185. <MO_HQ_EV3 =Vessel suffered an unrepairable failure. Mission cannot proceed. Make sure appropriate systems and crew are present and that crew complement is adequate.,
  186.             #simOver,-, Acknowledged., #simOver,-,, #HQCmd3,>
  187. <MO_HQ_EV4 = We're done here.  What are our new orders?,
  188.             #otherSpeaks,-, Return to base., #simOver,-, Hold position., #HQCmd4,>
  189. <MO_HQ_EV5 = ALERT: Warp engines not responding. Possible subsystem inadequacies or damage. Refer to System Performance Analysis in the outcome report for symptoms.,
  190.             #otherSpeaks,-,Ignore and carry on., #simOver ,-,Stop mission., #HQCmd5,>
  191.  
  192. //Environment  Overlays____________________________________
  193.  
  194. <LEVTMAP = #blackHole,30,50,Black hole in area, #asteroid,80,100,Asteroid field,>
  195.  
  196. <TEVTMAP = #wearNTear,9999,-, #fireDrill,9999,-,>
  197.  
  198. <MO_SN_LR = 0,0,0,0,#nothing, ;>
  199. <MO_SN_RF = 0,0,0,0,#nothing, ;>
  200. <MO_SN_PA = 0,0,0,0,#nothing, ;>
  201. <MO_SN_GM = 0,0,0,0,#nothing, ;>
  202. <MO_SN_PR = 0,0,0,0,#nothing, ;>
  203. <MO_SN_LF = 0,0,0,0,#nothing, ;>
  204. <MO_SN_SS = 0,0,0,0,#nothing, ;>
  205. <MO_SN_OP = 0,0,0,0,#nothing, ;>
  206. <MO_SN_GF = 0,0,0,0,#nothing, ;>
  207. <MO_SN_GR = 0,0,0,0,#nothing, ;>
  208. <MO_SN_IR = 0,0,0,0,#nothing, ;>
  209. <MO_SN_PM = 0,0,0,0,#nothing, ;>
  210. <MO_PRB_DATA = 0,0,0,0,#nothing, ;>
  211.  
  212. //end
  213.  
  214.  
  215.